home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / a51assembler.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  3.7 KB  |  147 lines

  1. object TPersHolder
  2.   P.Name = 'a51 Mcs51 Assembler'
  3.   P.Extensions.Strings = (
  4.     'a51 Assembler files (*.a51)|*.a51;*.a52'
  5.     'x51 Assembler files (*.asm)|*.asm')
  6.   P.SyntaxBlocks = <
  7.     item
  8.       Name = 'Default'
  9.       ID = 0
  10.       FIText = 9
  11.       FIIntNum = 3
  12.       FIFloatNum = 4
  13.       FIHexNum = 3
  14.       FIIdentifier = 5
  15.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseNumbers = True
  20.       UsePrefixedNumbers = True
  21.       UseIdentifiers = True
  22.       UseKeywords = True
  23.       BlockDelimiters = <>
  24.       SingleLineCommentDelimiters = <
  25.         item
  26.           FontID = 10
  27.           LeftDelimiter = ';'
  28.         end>
  29.       SingleLineStringDelimiters = <
  30.         item
  31.           FontID = 2
  32.           LeftDelimiter = '"'
  33.           RightDelimiter = '"'
  34.         end>
  35.       NumPrefixes = <
  36.         item
  37.           LeftDelimiter = '#'
  38.         end>
  39.       KeywordSets = <
  40.         item
  41.           FontID = 6
  42.           Name = 'Op codes'
  43.           Keywords = 
  44.             'acall,add,addc,ajmp,anl,call,cjne,clr,cpl,da,dec,div,djnz,inc,jb' +
  45.             ',jbc,jc,jmp,jnb,jnc,jnz,jz,lcall,ljmp,mov,movc,movx,mul,nop,orl,' +
  46.             'pop,push,ret,reti,rl,rlc,rr,rrc,setb,sjmp,subb,swap,xch,xchd,xrl'
  47.         end
  48.         item
  49.           FontID = 7
  50.           Name = 'Registers'
  51.           Keywords = '@a,@r0,@r1,a,Acc,b,c,dph,dpl,dptr,r0,r1,r2,r3,r4,r5,r6,r7'
  52.         end
  53.         item
  54.           FontID = 8
  55.           Name = 'Directives'
  56.           Keywords = 
  57.             'bit,code,data,db,ds,dw,equ,extrn,high,idata,low,number,org,publi' +
  58.             'c,xdata'
  59.         end>
  60.       FirstIdentChars = '%@-Z_a-z'
  61.       OtherIdentChars = '0-9?A-Z_a-z'
  62.     end>
  63.   P.FontTable = <
  64.     item
  65.       FontID = 2
  66.       GlobalAttrID = 'String'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clMaroon
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 3
  75.       GlobalAttrID = 'Integer'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clGreen
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 4
  84.       GlobalAttrID = 'Float'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clGreen
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = []
  90.     end
  91.     item
  92.       FontID = 5
  93.       GlobalAttrID = 'Identifier'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 6
  102.       GlobalAttrID = 'Reserved words'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlue
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end
  109.     item
  110.       FontID = 7
  111.       GlobalAttrID = 'Script ResWord'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = [fsBold]
  117.     end
  118.     item
  119.       FontID = 8
  120.       GlobalAttrID = 'Defines'
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clGreen
  123.       Font.Height = -13
  124.       Font.Name = 'Courier New'
  125.       Font.Style = []
  126.     end
  127.     item
  128.       FontID = 9
  129.       GlobalAttrID = 'Plain Text'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlack
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 10
  138.       GlobalAttrID = 'Comment'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clGray
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = [fsItalic]
  144.     end>
  145.   P.SyntaxVersion = 3
  146. end
  147.